[spark] Support spark catalog and introduce some basic classes #1636
Open
Alibaba-HZY wants to merge 18 commits intoapache:mainfrom
Open
[spark] Support spark catalog and introduce some basic classes #1636Alibaba-HZY wants to merge 18 commits intoapache:mainfrom
Alibaba-HZY wants to merge 18 commits intoapache:mainfrom
Conversation
… support spark read and write
# Conflicts: # fluss-connectors/fluss-connector-flink/src/main/java/com/alibaba/fluss/connector/flink/catalog/FlinkCatalog.java # fluss-connectors/fluss-connector-spark/fluss-connector-spark-common/src/main/java/com/alibaba/fluss/connector/spark/exception/CatalogException.java
… support spark read and write
… support spark read and write
… support spark read and write
… support spark read and write
Contributor
Author
|
@polyzos i have re-open this pr |
… support spark read and write
beryllw
reviewed
Oct 10, 2025
| </exclude> | ||
| <exclude>org.apache.fluss.flink.tiering.FlussLakeTieringEntrypoint</exclude> | ||
| <!-- end exclude for flink tiering service --> | ||
| <exclude>com.alibaba.fluss.spark.*</exclude> |
Contributor
There was a problem hiding this comment.
May be org.apache.fluss.spark.* ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Linked issue: open #228
Linked issue: open #155
Support spark catalog and introduce some basic classes to support spark read and write
Brief change log
1.Based on #258 and discussion with @XuQianJin-Stars , I resubmitted [support spakr catalog ] and introduce some basic classes(SparkInternalRow,SparkRow,FlussInputPartition) to support spark read and write.
2.support SupportsPartitionManagement in spark table
Tests
com.alibaba.fluss.connector.spark.catalog.SparkCatalogITCase
com.alibaba.fluss.connector.spark.utils.SparkConversionsTest
com.alibaba.fluss.connector.spark.utils.SparkTypeUtilsTest
com.alibaba.fluss.connector.spark.SparkInternalRowTest
API and Format
no
Documentation
no